home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Sampler - 1995 Edition / CD-ROM Sampler 1995 Edition for Windows (InfoBases)(Folio Infobase)(1995).ISO / frascii.ini < prev    next >
INI File  |  1995-04-14  |  1KB  |  30 lines

  1. [Options]
  2.  
  3. ; Strip Blank Lines option:
  4. ;    If you want blank lines stripped from the incoming document
  5. ;    then set this option to '1'; otherwise, blank lines will be
  6. ;     maintained as line breaks when the fiter imports the file.
  7. ;
  8. ;    '0' is the default setting.
  9.  
  10. Strip Blank Lines=0
  11.  
  12.  
  13.  
  14. ; Break on CRLF option:
  15. ;    When set to '1' each hard return in the incoming document will
  16. ;    translated into a new record.  If set to '0' then there will 
  17. ;    only be two conditions which will translate into new records.
  18. ;     These conditions are:     A) A hard return followed by a tab.
  19. ;                             B) More than one hard return in a row.
  20. ;
  21. ; For multiple CRLF (meaning one or more blank lines) the last CRLF will always
  22. ; be translated into an end of record.
  23. ; For single CRLF
  24. ; if Break on CRLF= 0 CRLF translates to a space (unwrap ASCII text)
  25. ; if Break on CRLF= 1 CRLF translates to a record break (Generic text file)
  26. ; if Break on CRLF= 2 CRLF translates to a paragraph break
  27. ; if Break on CRLF= 3 CRLF translates to a line break
  28.  
  29. Break on CRLF=0
  30.